home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat1 / X11 / xcutsel.z / xcutsel
Text File  |  1998-10-20  |  6KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXCCCCUUUUTTTTSSSSEEEELLLL((((1111))))         XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))          XXXXCCCCUUUUTTTTSSSSEEEELLLL((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           xcutsel - interchange between cut buffer and selection
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           xxxxccccuuuuttttsssseeeellll [ -_t_o_o_l_k_i_t_o_p_t_i_o_n ...] [-selection _s_e_l_e_c_t_i_o_n] [-
  13.           cutbuffer _n_u_m_b_e_r]
  14.  
  15.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.           The _x_c_u_t_s_e_l program is used to copy the current selection
  17.           into a cut buffer and to make a selection that contains the
  18.           current contents of the cut buffer.  It acts as a bridge
  19.           between applications that don't support selections and those
  20.           that do.
  21.  
  22.           By default, _x_c_u_t_s_e_l will use the selection named PRIMARY and
  23.           the cut buffer CUT_BUFFER0.  Either or both of these can be
  24.           overridden by command line arguments or by resources.
  25.  
  26.           An _x_c_u_t_s_e_l window has the following buttons:
  27.  
  28.               _q_u_i_t
  29.                   When this button is pressed, _x_c_u_t_s_e_l exits.  Any
  30.                   selections held by _x_c_u_t_s_e_l are automatically
  31.                   released.
  32.  
  33.               _c_o_p_y _P_R_I_M_A_R_Y _t_o _0
  34.                   When this button is pressed, _x_c_u_t_s_e_l copies the
  35.                   current selection into the cut buffer.
  36.  
  37.               _c_o_p_y _0 _t_o _P_R_I_M_A_R_Y
  38.                   When this button is pressed, _x_c_u_t_s_e_l converts the
  39.                   current contents of the cut buffer into the
  40.                   selection.
  41.  
  42.           The button labels reflect the selection and cutbuffer
  43.           selected by command line options or through the resource
  44.           database.
  45.  
  46.           When the ``copy 0 to PRIMARY'' button is activated, the
  47.           button will remain inverted as long as _x_c_u_t_s_e_l remains the
  48.           owner of the selection.  This serves to remind you which
  49.           client owns the current selection.  Note that the value of
  50.           the selection remains constant; if the cutbuffer is changed,
  51.           you must again activate the copy button to retrieve the new
  52.           value when desired.
  53.  
  54.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  55.           _X_c_u_t_s_e_l accepts all of the standard X Toolkit command line
  56.           options as well as the following:
  57.  
  58.           ----sssseeeelllleeeeccccttttiiiioooonnnn _n_a_m_e
  59.                   This option specifies the name of the selection to
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXCCCCUUUUTTTTSSSSEEEELLLL((((1111))))         XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))          XXXXCCCCUUUUTTTTSSSSEEEELLLL((((1111))))
  71.  
  72.  
  73.  
  74.                   use.  The default is PRIMARY.  The only supported
  75.                   abbreviations for this option are ``-select'', ``-
  76.                   sel'' and ``-s'', as the standard toolkit option
  77.                   ``-selectionTimeout'' has a similar name.
  78.  
  79.           ----ccccuuuuttttbbbbuuuuffffffffeeeerrrr _n_u_m_b_e_r
  80.                   This option specifies the cut buffer to use.  The
  81.                   default is cut buffer 0.
  82.  
  83.      XXXX DDDDEEEEFFFFAAAAUUUULLLLTTTTSSSS
  84.           This program accepts all of the standard X Toolkit resource
  85.           names and classes as well as:
  86.  
  87.           sssseeeelllleeeeccccttttiiiioooonnnn ((((class SSSSeeeelllleeeeccccttttiiiioooonnnn))))
  88.                   This resource specifies the name of the selection to
  89.                   use.  The default is PRIMARY.
  90.  
  91.           ccccuuuuttttBBBBuuuuffffffffeeeerrrr ((((class CCCCuuuuttttBBBBuuuuffffffffeeeerrrr))))
  92.                   This resource specifies the number of the cut buffer
  93.                   to use.  The default is 0.
  94.  
  95.      WWWWIIIIDDDDGGGGEEEETTTT NNNNAAAAMMMMEEEESSSS
  96.           The following instance names may be used when user
  97.           configuration of the labels in them is desired:
  98.  
  99.           sssseeeellll----ccccuuuutttt ((((class CCCCoooommmmmmmmaaaannnndddd))))
  100.                   This is the ``copy SELECTION to BUFFER'' button.
  101.  
  102.           ccccuuuutttt----sssseeeellll ((((class CCCCoooommmmmmmmaaaannnndddd))))
  103.                   This is the ``copy BUFFER to SELECTION'' button.
  104.  
  105.           qqqquuuuiiiitttt ((((class CCCCoooommmmmmmmaaaannnndddd))))
  106.                   This is the ``quit'' button.
  107.  
  108.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  109.           X(1), xclipboard(1), xterm(1), text widget documentation,
  110.           individual client documentation for how to make a selection.
  111.  
  112.      BBBBUUUUGGGGSSSS
  113.           There is no way to change the name of the selection or the
  114.           number of the cut buffer while the program is running.
  115.  
  116.      AAAAUUUUTTTTHHHHOOOORRRR
  117.           Ralph R. Swick, DEC/MIT Project Athena
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 4/30/98)
  130.  
  131.  
  132.  
  133.